Version

UniqueNameIndexesOnly Property

Gets or sets a value indicating whether the requested item should be matched only by its Infragistics.Olap.Data.IOlapElement.UniqueName when an item of this collection is accessed by its string index, otherwise if item with such unique name is not found the specified index value is verified against Infragistics.Olap.Data.IOlapElement.Name too.
Syntax
'Declaration
 
Public Property UniqueNameIndexesOnly As Boolean
public bool UniqueNameIndexesOnly {get; set;}

Property Value

true if only Infragistics.Olap.Data.IOlapElement.UniqueName match is used; otherwise, false.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also